﻿/* ============================================================
   GLORIA ALLUMINIUM SECTIONS (scoped — all classes use .ga-)
============================================================ */
.ga-sections {
    --ga-navy: #1c4e80;
    --ga-red: #e8262d;
    --ga-ink: #232323;
    --ga-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    font-family: 'Segoe UI',Tahoma,Arial,sans-serif;
    color: var(--ga-ink);
}

/* ---- Title bar (PDF slide style) ---- */
.ga-block {
    margin-bottom: 70px
}

.ga-titlebar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

    .ga-titlebar h2 {
        margin: 0;
        background: var(--ga-navy);
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        padding: 10px 34px 10px 20px;
        clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
    }

.ga-badge {
    background: var(--ga-red);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 16px 7px 12px;
    clip-path: polygon(0 0,100% 0,100% 100%,18% 100%,0 60%);
}

/* ---- Grid & photo frame ---- */
.ga-grid {
    display: grid;
    gap: 18px;
    margin-bottom: 18px
}

.ga-frame {
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #c9d2da;
    border-radius: var(--ga-radius);
    background: #eef2f6;
    box-shadow: 0 5px 16px rgba(0,0,0,.08);
}

    .ga-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .45s ease
    }

    .ga-frame:hover img {
        transform: scale(1.06)
    }

/* ---- Facility Overview rows ---- */
.ga-fac-top {
    grid-template-columns: 1.05fr 1.05fr 1fr
}

    .ga-fac-top .ga-frame {
        min-height: 255px
    }

.ga-fac-bottom {
    grid-template-columns: repeat(3,1fr)
}

    .ga-fac-bottom .ga-frame {
        min-height: 295px
    }

.ga-fac-mid {
    grid-template-columns: 1fr 1fr 1.15fr
}

    .ga-fac-mid .ga-frame {
        min-height: 245px
    }

.ga-fac-bottom2 {
    grid-template-columns: 1.45fr 1fr
}

    .ga-fac-bottom2 .ga-frame {
        min-height: 330px
    }

/* ---- Equipment table (black header / gray rows) ---- */
.ga-table-wrap {
    border-radius: var(--ga-radius);
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(0,0,0,.08);
    align-self: start
}

.ga-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px
}

    .ga-table th {
        background: #161616;
        color: #fff;
        padding: 13px 8px;
        font-size: 16px
    }

    .ga-table td {
        padding: 13px 8px;
        text-align: center;
        border-bottom: 1px solid #cfcfcf
    }

    .ga-table tbody tr:nth-child(odd) {
        background: #d7d7d7
    }

    .ga-table tbody tr:nth-child(even) {
        background: #ececec
    }

    .ga-table td:first-child {
        width: 48px;
        font-weight: 600
    }

/* ---- Bullet points ---- */
.ga-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center
}

    .ga-points li {
        position: relative;
        padding-left: 24px;
        font-size: 16.5px;
        line-height: 1.55
    }

        .ga-points li::before {
            content: '';
            position: absolute;
            left: 4px;
            top: 10px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--ga-navy)
        }

    .ga-points b {
        color: var(--ga-navy)
    }

/* ---- Lab Facility ---- */
.ga-lab-top {
    grid-template-columns: .75fr 1.55fr 1.85fr
}

.ga-lab-bottom {
    grid-template-columns: 1.55fr .95fr .9fr 1.25fr
}

    .ga-lab-top .ga-frame, .ga-lab-bottom .ga-frame {
        min-height: 235px
    }

.ga-cap {
    position: absolute;
    left: 12px;
    bottom: 10px;
    z-index: 2;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,.9)
}

/* ---- Engineering Capability ---- */
.ga-eng {
    grid-template-columns: .95fr 1.75fr;
    align-items: start
}

.ga-eng-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

    .ga-eng-left .ga-frame {
        min-height: 225px
    }

    .ga-eng-left figure:nth-of-type(3) {
        grid-column: 1/-1;
        min-height: 290px
    }

.ga-label {
    grid-column: 1/-1;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin: 12px 0 0
}

.ga-label-top {
    margin: 0 0 14px !important
}

.ga-eng-row2 {
    grid-template-columns: 1fr 1fr
}

    .ga-eng-row2 .ga-frame {
        min-height: 250px
    }

/* ---- Expansion ---- */
.ga-exp-top {
    grid-template-columns: 1fr 1.65fr
}

    .ga-exp-top .ga-frame {
        min-height: 370px
    }

.ga-ref {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: rgba(255,255,255,.9);
    font-size: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,.9)
}

.ga-exp-bottom {
    grid-template-columns: 1fr 1.15fr 1.35fr;
    align-items: start;
    gap: 26px
}

.ga-exp-col li {
    font-size: 18px
}

.ga-exp-cut {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 16px;
    align-items: start
}

.ga-cut-img {
    min-height: 230px
}

/* ---- Responsive ---- */
@media(max-width:980px) {
    .ga-fac-top, .ga-fac-mid {
        grid-template-columns: 1fr 1fr
    }

        .ga-fac-top .ga-table-wrap, .ga-fac-mid .ga-points {
            grid-column: 1/-1
        }

    .ga-fac-bottom, .ga-lab-top, .ga-lab-bottom {
        grid-template-columns: 1fr 1fr
    }

    .ga-eng, .ga-exp-top, .ga-exp-bottom {
        grid-template-columns: 1fr
    }

    .ga-titlebar h2 {
        font-size: 24px
    }
}

@media(max-width:600px) {
    .ga-fac-top, .ga-fac-mid, .ga-fac-bottom, .ga-lab-top, .ga-lab-bottom,
    .ga-fac-bottom2, .ga-eng-left, .ga-eng-row2, .ga-exp-cut {
        grid-template-columns: 1fr
    }

    .ga-frame {
        min-height: 200px !important
    }

    .ga-titlebar h2 {
        font-size: 21px
    }
}/* Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: #f8f9fb;
    color: #1f2937;
}

.clients-section {
    padding: 80px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-tag {
    display: inline-block;
    background: #e8eefc;
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.section-header p {
    color: #6b7280;
    font-size: 17px;
}

/* Logo Grid */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.client-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.logo-text {
    font-size: 18px;
    font-weight: 700;
    color: #9ca3af;
    transition: color 0.3s ease;
}

/* If using images instead of text */
.client-card img {
    max-width: 70%;
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* Hover effects */
.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #2563eb;
}

    .client-card:hover .logo-text {
        color: #2563eb;
    }

    .client-card:hover img {
        filter: grayscale(0);
        opacity: 1;
    }

/* Responsive */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 28px;
    }

    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}.gia-sec {
    --gia-blue: #0a3d62;
    --gia-blue-2: #0e5a8a;
    --gia-accent: #f6a21e;
    --gia-ink: #33414e;
    --gia-muted: #5f7181;
    --gia-line: #e3eaf1;
    --gia-bg: #f5f8fb;
    font-family: 'Segoe UI','Helvetica Neue',Arial,sans-serif; /* remove this line to inherit your site's font */
    color: var(--gia-ink);
    line-height: 1.7;
    padding: 70px 0 0;
    background: #fff;
    overflow-x: hidden;
}

    .gia-sec *, .gia-sec *::before, .gia-sec *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    .gia-sec .gia-container {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 24px
    }

/* ---------- Intro ---------- */
.gia-intro {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 48px
}

.gia-tag {
    display: inline-block;
    background: rgba(246,162,30,.14);
    color: #b97807;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 16px
}

.gia-intro h2 {
    font-size: 37px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--gia-blue);
    margin-bottom: 18px
}

    .gia-intro h2 span {
        color: var(--gia-accent)
    }

.gia-intro p {
    font-size: 16.5px;
    color: var(--gia-muted);
    margin-bottom: 14px
}

    .gia-intro p:last-child {
        margin-bottom: 0
    }

/* ---------- Product cards ---------- */
.gia-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center
}

.gia-card {
    flex: 0 0 calc(20% - 14.4px);
    min-width: 185px;
    background: #fff;
    border: 1px solid var(--gia-line);
    border-radius: 14px;
    padding: 28px 14px;
    text-align: center;
    transition: border-color .3s,box-shadow .3s,translate .3s
}

    .gia-card:hover {
        border-color: var(--gia-accent);
        box-shadow: 0 16px 34px rgba(10,61,98,.12);
        translate: 0 -6px
    }

.gia-ic-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    border-radius: 18px;
    background: linear-gradient(135deg,#edf4fa,#dfeaf4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gia-blue-2);
    transition: background .3s,color .3s
}

.gia-card:hover .gia-ic-wrap {
    background: var(--gia-accent);
    color: #fff
}

.gia-ic {
    width: 32px;
    height: 32px
}

.gia-card h4 {
    font-size: 15.5px;
    font-weight: 600;
    color: var(--gia-blue);
    line-height: 1.4
}

/* ---------- Why Choose ---------- */
.gia-why {
    background: var(--gia-bg);
    margin-top: 64px;
    padding: 68px 0
}

.gia-why-inner {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 56px;
    align-items: start
}

.gia-why-head .gia-tag {
    background: rgba(10,61,98,.08);
    color: var(--gia-blue-2)
}

.gia-why-head h3 {
    font-size: 31px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--gia-blue);
    margin-bottom: 14px
}

.gia-why-head p {
    color: var(--gia-muted);
    font-size: 16.5px;
    margin-bottom: 20px
}

.gia-why-list {
    list-style: none;
    display: grid;
    gap: 14px
}

    .gia-why-list li {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        background: #fff;
        border: 1px solid var(--gia-line);
        border-radius: 12px;
        padding: 15px 18px;
        font-size: 15.5px;
        font-weight: 500;
        transition: border-color .3s,translate .3s,box-shadow .3s
    }

        .gia-why-list li:hover {
            border-color: #bcd5ea;
            box-shadow: 0 8px 20px rgba(10,61,98,.07);
            translate: 6px 0
        }

.gia-check {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gia-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

    .gia-check svg {
        width: 13px;
        height: 13px
    }

/* ---------- CTA ---------- */
.gia-cta {
    margin-top: 70px;
    background: linear-gradient(115deg,#0a3d62 0%,#0e5a8a 55%,#116ba8 100%);
    color: #fff;
    text-align: center;
    padding: 64px 0
}

    .gia-cta h3 {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.3;
        margin-bottom: 14px
    }

    .gia-cta p {
        max-width: 840px;
        margin: 0 auto 28px;
        color: #cfe1f0;
        font-size: 16px
    }

.gia-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.gia-btn {
    display: inline-block;
    background: var(--gia-accent);
    color: #14324f;
    padding: 13px 34px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: background .3s,translate .3s,box-shadow .3s
}

    .gia-btn:hover {
        background: #ffb84a;
        translate: 0 -2px;
        box-shadow: 0 10px 24px rgba(0,0,0,.18)
    }

.gia-btn--ghost {
    background: transparent;
    border: 2px solid rgba(255,255,255,.55);
    color: #fff
}

    .gia-btn--ghost:hover {
        background: rgba(255,255,255,.1);
        border-color: #fff;
        box-shadow: none
    }

/* ---------- Scroll reveal (script adds these classes) ---------- */
.gia-anim {
    opacity: 0
}

.gia-in {
    animation: giaRise .6s ease forwards
}

@keyframes giaRise {
    from {
        opacity: 0;
        transform: translateY(22px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (prefers-reduced-motion:reduce) {
    .gia-anim {
        opacity: 1
    }

    .gia-in {
        animation: none
    }
}

/* ---------- Responsive ---------- */
@media(max-width:1024px) {
    .gia-card {
        flex-basis: calc(33.333% - 12px)
    }
}

@media(max-width:900px) {
    .gia-why-inner {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .gia-intro h2 {
        font-size: 31px
    }

    .gia-why-head h3 {
        font-size: 27px
    }

    .gia-cta h3 {
        font-size: 26px
    }
}

@media(max-width:620px) {
    .gia-sec {
        padding-top: 54px
    }

    .gia-card {
        flex-basis: calc(50% - 9px);
        min-width: 0;
        padding: 22px 10px
    }

    .gia-intro h2 {
        font-size: 26px
    }

    .gia-why {
        padding: 52px 0
    }

    .gia-cta {
        padding: 52px 0
    }
}

@media(max-width:400px) {
    .gia-card {
        flex-basis: 100%
    }
}
/* --- Right Column: Query Form --- */
.contact-form h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
    border-bottom: 2px solid #0056b3;
    display: inline-block;
    padding-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #444;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        transition: border-color 0.3s;
    }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #0056b3;
            outline: none;
        }

    .form-group textarea {
        height: 150px;
        resize: vertical;
    }

.submit-btn {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

    .submit-btn:hover {
        background-color: #004494;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        padding: 20px;
    }
}

.form-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
    text-align: left;
    margin-bottom: 30px;
}

    .form-header h2 {
        color: #333;
        font-weight: 700;
    }

.form-group {
    margin-bottom: 20px;
}

.control-label {
    font-weight: 600;
    color: #555;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 12px;
    transition: border-color 0.3s;
}

    .form-control:focus {
        border-color: #4e73df;
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

.btn-primary {
    background-color: #4e73df;
    border-color: #4e73df;
    font-weight: 600;
    padding: 12px 20px;
    transition: all 0.3s;
}

    .btn-primary:hover {
        background-color: #000;
        border-color: #2653d4;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

/* Notification Popup Styles */
.notification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

    .notification-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.notification-popup {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: scale(0.7);
    transition: transform 0.3s;
}

.notification-overlay.show .notification-popup {
    transform: scale(1);
}

.notification-icon {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
}

.notification-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.notification-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.close-notification {
    background-color: #4e73df;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

    .close-notification:hover {
        background-color: #2e59d9;
    }

.loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.required-field {
    color: #e74a3b;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.additional-info {
    margin-top: 30px;
}

.info-item {
    margin-bottom: 10px;
    color: #000;
}/* ===== Quality Section ===== */
.quality-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h2 {
        font-size: 38px;
        font-weight: 700;
        color: #1a1a2e;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #f39c12, #e67e22);
            border-radius: 2px;
        }

/* Quality Top Layout (Image + Text) */
.quality-top {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 70px;
}

.quality-image {
    flex: 0 0 45%;
}

    .quality-image img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

.quality-content {
    flex: 1;
}

    .quality-content p {
        font-size: 16px;
        line-height: 1.9;
        color: #555;
        margin-bottom: 20px;
        text-align: justify;
    }

        .quality-content p strong {
            color: #e67e22;
        }

/* ===== Quality Cards Grid ===== */
.quality-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.quality-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
}

    .quality-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    }

    .quality-card .card-img {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

        .quality-card .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

    .quality-card:hover .card-img img {
        transform: scale(1.1);
    }

    .quality-card .card-body {
        padding: 20px;
        text-align: center;
    }

        .quality-card .card-body h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
        }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .quality-top {
        flex-direction: column;
    }

    .quality-image {
        flex: 0 0 100%;
        width: 100%;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .quality-section {
        padding: 50px 0;
    }

    .quality-image img {
        height: 250px;
    }

    .section-title h2 {
        font-size: 26px;
    }
}
/* ===== Main Section ===== */
.awards-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h2 {
        font-size: 38px;
        font-weight: 700;
        color: #1a1a2e;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #f39c12, #e67e22);
            border-radius: 2px;
        }

/* ===== Awards Grid ===== */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.award-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 280px;
}

    .award-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .award-item:hover img {
        transform: scale(1.1);
    }

    .award-item .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(26, 26, 46, 0.85), transparent);
        display: flex;
        align-items: flex-end;
        padding: 20px;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .award-item:hover .overlay {
        opacity: 1;
    }

    .award-item .overlay h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

/* ===== Team Gallery ===== */
.team-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 80px;
}

.team-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
}

    .team-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    }

    .team-item .team-img {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

        .team-item .team-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

    .team-item:hover .team-img img {
        transform: scale(1.1);
    }

    .team-item .team-caption {
        padding: 15px;
        text-align: center;
    }

        .team-item .team-caption p {
            font-size: 14px;
            color: #555;
            line-height: 1.5;
        }

/* ===== Certificates Grid ===== */
.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.certificate-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    text-align: center;
}

    .certificate-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    }

    .certificate-item .cert-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f1f3f5;
    }

        .certificate-item .cert-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

    .certificate-item:hover .cert-img img {
        transform: scale(1.05);
    }

    .certificate-item .cert-body {
        padding: 20px;
        border-top: 3px solid #e67e22;
    }

        .certificate-item .cert-body h3 {
            font-size: 17px;
            font-weight: 600;
            color: #1a1a2e;
        }

/* ===== Lightbox ===== */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

    .lightbox.active {
        display: flex;
    }

    .lightbox img {
        max-width: 90%;
        max-height: 80vh;
        border-radius: 8px;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    }

    .lightbox .lightbox-caption {
        color: #fff;
        margin-top: 15px;
        font-size: 16px;
    }

    .lightbox .close-btn {
        position: absolute;
        top: 20px;
        right: 35px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
        line-height: 1;
    }

        .lightbox .close-btn:hover {
            color: #e67e22;
        }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .awards-section {
        padding: 50px 0;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .award-item {
        height: 220px;
    }

    .certificate-item .cert-img {
        height: 280px;
    }
}/* ============================================
   GLORIA ALUMINIUM — MAIN STYLESHEET
   Palette from logo: Blue #2B5CA8, Grey #8A8D91
   ============================================ */
:root {
    --blue: #2B5CA8;
    --blue-dark: #1F4787;
    --blue-soft: #EAF1FA;
    --blue-glow: rgba(43,92,168,.15);
    --grey: #8A8D91;
    --silver: #C6CBD2;
    --navy: #14284A;
    --navy-2: #0F1F3A;
    --bg: #FFFFFF;
    --bg-alt: #F4F7FB;
    --ink: #1B2A44;
    --text: #55617A;
    --line: #E3E9F2;
    --radius: 16px;
    --shadow: 0 18px 45px rgba(27,42,68,.10);
    --shadow-blue: 0 18px 45px rgba(43,92,168,.22);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope',sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.75;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

h1, h2, h3, h4 {
    font-family: 'Barlow Condensed',sans-serif;
    text-transform: uppercase;
    line-height: 1.12;
    color: var(--ink);
    letter-spacing: .5px;
}

.container {
    width: min(1200px,92%);
    margin: 0 auto;
}

section {
    padding: 95px 0;
    position: relative;
}

.h2-left {
    font-size: clamp(2rem,3.6vw,2.8rem);
    margin: 14px 0 16px;
}

.hl {
    color: var(--blue);
}

/* ============ TOP BAR ============ */
.topbar {
    background: var(--blue);
    color: #fff;
    font-size: .84rem;
    font-weight: 600;
}

    .topbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        flex-wrap: wrap;
        gap: 8px;
    }

    .topbar span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .topbar a {
        color: #fff;
        font-weight: 700;
    }

    .topbar .dot {
        width: 7px;
        height: 7px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        animation: blink 1.4s infinite;
    }

@keyframes blink {
    50% {
        opacity: .25
    }
}
/* ================= PAGE BANNER ================= */
.gia-banner {
    position: relative;
    height: 420px; /* banner height on desktop */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0a3d62; /* fallback while image loads */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /* parallax effect — remove this line if you don't want it */
    background-attachment: fixed;
}

.gia-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,rgba(7,38,60,.92) 0%,rgba(10,61,98,.82) 50%,rgba(14,90,138,.72) 100%);
}

.gia-banner-content {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    max-width: 860px;
    animation: giaBannerIn .8s ease both;
}

@keyframes giaBannerIn {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.gia-banner-tag {
    display: inline-block;
    background: rgba(246,162,30,.16);
    color: #ffc35e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 16px;
    border: 1px solid rgba(246,162,30,.35);
}

.gia-banner h1 {
    font-family: 'Segoe UI','Helvetica Neue',Arial,sans-serif; /* remove to inherit site font */
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px;
}

    .gia-banner h1 span {
        color: #f6a21e
    }

.gia-banner-sub {
    color: #cfe1f0;
    font-size: 17px;
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 22px;
}

.gia-banner-crumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

    .gia-banner-crumb a {
        color: #cfe1f0;
        text-decoration: none;
        transition: color .2s;
    }

        .gia-banner-crumb a:hover {
            color: #f6a21e
        }

.gia-crumb-sep {
    color: rgba(255,255,255,.45)
}

.gia-crumb-current {
    color: #f6a21e;
    font-weight: 600
}

.gia-banner-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 52px;
    display: block;
    z-index: 3;
}

/* ---------- Responsive ---------- */
@media (max-width:900px) {
    .gia-banner {
        height: 340px
    }

        .gia-banner h1 {
            font-size: 40px
        }
}

@media (max-width:620px) {
    .gia-banner {
        height: 280px;
        background-attachment: scroll; /* fixed background jitters on iOS */
    }

        .gia-banner h1 {
            font-size: 32px
        }

    .gia-banner-sub {
        font-size: 15px
    }

    .gia-banner-curve {
        height: 30px
    }
}
/* ================= HEADER (complete) ================= */
html {
    scroll-padding-top: 90px
}
/* stops anchors hiding under sticky header */

#header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 0 rgba(10,61,98,.08);
    transition: box-shadow .3s ease;
}

    #header.scrolled {
        box-shadow: 0 8px 28px rgba(10,61,98,.14)
    }

    #header .nav-wrap {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 24px;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    /* ---------- Logo ---------- */
    #header .logo {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        flex-shrink: 0
    }

    #header .logo-mark {
        position: relative;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        flex-shrink: 0;
        background: linear-gradient(135deg,#0a3d62,#116ba8);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #header .logo-mark i {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #f6a21e
        }

        #header .logo-mark span {
            color: #fff;
            font-size: 22px;
            font-weight: 800;
            font-family: 'Segoe UI',Arial,sans-serif
        }

    #header .logo-text {
        display: flex;
        flex-direction: column;
        line-height: 1.15
    }

        #header .logo-text strong {
            font-size: 17px;
            font-weight: 800;
            color: #0a3d62
        }

        #header .logo-text small {
            font-size: 11.5px;
            color: #5f7181;
            letter-spacing: 1.5px;
            text-transform: uppercase
        }

/* ---------- Nav links ---------- */
#nav > ul {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #nav > ul > li {
        position: relative
    }

        #nav > ul > li > a {
            display: block;
            padding: 10px 12px;
            border-radius: 8px;
            font-size: 14.5px;
            font-weight: 600;
            color: #22303c;
            text-decoration: none;
            transition: color .2s,background .2s;
        }

            #nav > ul > li > a:hover {
                color: #0a3d62;
                background: #f2f7fb
            }

            #nav > ul > li > a.active {
                color: #0a3d62
            }

                #nav > ul > li > a.active::after {
                    content: "";
                    position: absolute;
                    left: 12px;
                    right: 12px;
                    bottom: 3px;
                    height: 2.5px;
                    border-radius: 3px;
                    background: #f6a21e;
                }

/* ---------- Brochure button ---------- */
#header .btn-nav {
    margin-left: 8px;
    padding: 11px 20px;
    border-radius: 30px;
    background: #f6a21e;
    color: #14324f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s,transform .2s,box-shadow .2s;
}

    #header .btn-nav:hover {
        background: #ffb84a;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(246,162,30,.35)
    }

/* ---------- Products dropdown (desktop) ---------- */
#nav .caret {
    display: inline-block;
    font-size: 9px;
    margin-left: 4px;
    vertical-align: 2px;
    transition: transform .25s ease;
}

#nav .dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 265px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid #e3eaf1;
    border-radius: 14px;
    box-shadow: 0 22px 48px rgba(10,61,98,.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease,transform .25s ease,visibility .25s;
}
    /* invisible bridge so the menu doesn't close crossing the gap */
    #nav .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -14px;
        left: 0;
        right: 0;
        height: 14px
    }

#nav .has-dropdown:hover > .dropdown-menu,
#nav .has-dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#nav .has-dropdown:hover > a .caret,
#nav .has-dropdown:focus-within > a .caret {
    transform: rotate(180deg)
}

#nav .dropdown-menu li {
    width: 100%
}

#nav .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #33414e;
    text-decoration: none;
    transition: background .2s,color .2s;
}

    #nav .dropdown-menu a::before {
        content: "";
        flex: 0 0 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #d7e2ec;
        transition: background .2s,transform .2s;
    }

    #nav .dropdown-menu a:hover {
        background: #f5f8fb;
        color: #0a3d62
    }

        #nav .dropdown-menu a:hover::before {
            background: #f6a21e;
            transform: scale(1.3)
        }

/* ---------- Hamburger ---------- */
#header .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 8px;
    z-index: 1002;
}

    #header .hamburger span {
        width: 24px;
        height: 2.5px;
        border-radius: 2px;
        background: #0a3d62;
        transition: transform .3s,opacity .3s
    }

    #header .hamburger.active span:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg)
    }

    #header .hamburger.active span:nth-child(2) {
        opacity: 0
    }

    #header .hamburger.active span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg)
    }

/* ================= MOBILE (≤ 991px) ================= */
@media (max-width:991px) {
    #header .hamburger {
        display: flex
    }

    #header .btn-nav {
        display: none
    }
    /* optional: hide brochure btn on mobile nav */

    #nav {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 18px 30px rgba(10,61,98,.15);
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
    }

    #header.menu-open #nav {
        max-height: calc(100vh - 78px);
        overflow-y: auto
    }

    #nav > ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px 20px 22px
    }

        #nav > ul > li > a {
            padding: 13px 10px;
            border-radius: 8px
        }

            #nav > ul > li > a.active::after {
                left: 10px;
                right: auto;
                width: 26px;
                bottom: 6px
            }

    /* dropdown becomes an accordion inside the panel */
    #nav .dropdown-menu {
        position: static;
        min-width: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 6px;
        margin: 4px 0 8px;
        background: #f5f8fb;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
    }

        #nav .dropdown-menu::before {
            display: none
        }

    #nav .has-dropdown.open .dropdown-menu {
        display: block
    }

    #nav .has-dropdown.open > a {
        color: #0a3d62
    }

        #nav .has-dropdown.open > a .caret {
            transform: rotate(180deg)
        }

    #nav .dropdown-menu a {
        padding: 11px 12px
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--blue);
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    padding: 14px 28px;
    border-radius: 10px;
    transition: .3s;
    border: 2px solid var(--blue);
    cursor: pointer;
    font-family: 'Manrope';
    box-shadow: 0 10px 24px rgba(43,92,168,.28);
}

    .btn:hover {
        background: var(--blue-dark);
        border-color: var(--blue-dark);
        transform: translateY(-2px);
    }

    .btn.ghost {
        background: transparent;
        color: var(--blue);
        border-color: var(--blue);
        box-shadow: none;
    }

        .btn.ghost:hover {
            background: var(--blue);
            color: #fff;
        }

    .btn.light {
        background: #fff;
        color: var(--blue);
        border-color: #fff;
        box-shadow: none;
    }

        .btn.light:hover {
            background: transparent;
            color: #fff;
        }

.btn-nav {
    padding: 11px 20px !important;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

    .hamburger span {
        width: 26px;
        height: 3px;
        background: var(--blue);
        border-radius: 3px;
        transition: .3s;
    }

/* ============ HERO SLIDER ============ */
.hero {
    padding: 0;
}

.hero-slider {
    position: relative;
    height: 88vh;
    min-height: 620px;
    max-height: 840px;
    overflow: hidden;
    background: var(--bg-alt);
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease,visibility 1s;
    display: flex;
    align-items: center;
}

    .slide.active {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 7s linear;
}

.slide.active .slide-bg {
    transform: scale(1);
}

.slide::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,rgba(244,247,251,.97) 0%,rgba(244,247,251,.88) 42%,rgba(244,247,251,.30) 75%,rgba(244,247,251,.05) 100%);
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
}

    .slide-content > * {
        opacity: 0;
        transform: translateY(26px);
    }

.slide.active .slide-content > * {
    animation: fadeUp .8s cubic-bezier(.2,.7,.3,1) forwards;
}

    .slide.active .slide-content > *:nth-child(2) {
        animation-delay: .15s;
    }

    .slide.active .slide-content > *:nth-child(3) {
        animation-delay: .3s;
    }

    .slide.active .slide-content > *:nth-child(4) {
        animation-delay: .45s;
    }

    .slide.active .slide-content > *:nth-child(5) {
        animation-delay: .6s;
    }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: none;
    }
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--blue);
    padding: 9px 20px;
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    box-shadow: var(--shadow);
}

.slide-content h1 {
    font-size: clamp(2.5rem,5.2vw,4.3rem);
    font-weight: 800;
    margin: 22px 0;
}

    .slide-content h1 em {
        font-style: normal;
        color: var(--blue);
    }

.slide-content p {
    font-size: 1.06rem;
    margin-bottom: 32px;
    max-width: 560px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.machine-badge {
    margin-top: 28px;
    display: inline-flex;
    gap: 16px;
    align-items: center;
    background: rgba(255,255,255,.92);
    border-radius: 12px;
    padding: 14px 22px;
    border: 1px dashed var(--blue);
    backdrop-filter: blur(6px);
}

    .machine-badge b {
        font-family: 'Barlow Condensed';
        font-size: 2rem;
        color: var(--blue);
        line-height: 1;
    }

    .machine-badge span {
        font-size: .82rem;
        font-weight: 700;
        color: var(--ink);
        line-height: 1.35;
    }

    .machine-badge small {
        display: block;
        color: var(--grey);
        font-weight: 600;
    }

/* Slider arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--blue);
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: var(--shadow-blue);
    transition: .3s;
    display: grid;
    place-items: center;
}

    .slider-arrow:hover {
        background: var(--blue);
        color: #fff;
    }

    .slider-arrow.prev {
        left: 26px;
    }

    .slider-arrow.next {
        right: 26px;
    }

/* Slider dots */
.slider-dots {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 10px;
}

    .slider-dots button {
        width: 12px;
        height: 12px;
        border-radius: 100px;
        border: none;
        background: rgba(27,42,68,.25);
        cursor: pointer;
        transition: .35s;
    }

        .slider-dots button.active {
            width: 34px;
            background: var(--blue);
        }

/* Stats strip */
.stats-strip {
    background: var(--blue);
    position: relative;
    z-index: 3;
}

    .stats-strip .container {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
        padding: 30px 0;
    }

.stat {
    text-align: center;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.25);
}

    .stat:first-child {
        border-left: none;
    }

    .stat b {
        display: block;
        font-family: 'Barlow Condensed';
        font-size: 2.3rem;
        font-weight: 800;
        line-height: 1.1;
    }

    .stat span {
        font-size: .76rem;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        opacity: .85;
        font-weight: 600;
    }

/* ============ SECTION HEADS ============ */
.sec-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.kicker {
    color: var(--blue);
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

    .kicker::before, .kicker::after {
        content: '';
        width: 28px;
        height: 2px;
        background: var(--silver);
        border-radius: 2px;
    }

.sec-head h2 {
    font-size: clamp(2rem,4vw,3rem);
    margin-bottom: 14px;
}

/* ============ FEATURES ============ */
.features {
    background: var(--bg-alt);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.feature {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 34px 28px;
    transition: .35s;
    box-shadow: 0 6px 20px rgba(27,42,68,.05);
    position: relative;
    overflow: hidden;
}

    .feature::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 4px;
        background: linear-gradient(90deg,var(--blue),var(--grey));
        transform: scaleX(0);
        transition: .35s;
        transform-origin: left;
    }

    .feature:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-blue);
    }

        .feature:hover::after {
            transform: scaleX(1);
        }

    .feature .icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        background: var(--blue-soft);
        display: grid;
        place-items: center;
        font-size: 1.5rem;
        margin-bottom: 20px;
        transition: .35s;
    }

    .feature:hover .icon {
        background: var(--blue);
    }

    .feature h3 {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }

    .feature p {
        font-size: .92rem;
        margin: 0;
    }

/* ============ ABOUT ============ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.about-visual {
    position: relative;
    padding-bottom: 46px;
}

    .about-visual .main-img {
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        position: relative;
        z-index: 1;
    }

    .about-visual .sub-img {
        position: absolute;
        bottom: 0;
        right: -26px;
        width: 52%;
        border-radius: var(--radius);
        border: 8px solid #fff;
        box-shadow: var(--shadow);
        z-index: 2;
    }

    .about-visual::before {
        content: '';
        position: absolute;
        top: -24px;
        left: -24px;
        width: 56%;
        height: 60%;
        border-radius: var(--radius);
        background: var(--blue-soft);
        z-index: 0;
    }

.exp-badge {
    position: absolute;
    top: -26px;
    right: -20px;
    background: var(--blue);
    color: #fff;
    border-radius: var(--radius);
    padding: 20px 24px;
    text-align: center;
    box-shadow: var(--shadow-blue);
    z-index: 3;
}

    .exp-badge b {
        display: block;
        font-family: 'Barlow Condensed';
        font-size: 3rem;
        font-weight: 800;
        line-height: 1;
    }

    .exp-badge span {
        font-size: .7rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: .9;
    }

.about-content h2 {
    font-size: clamp(2rem,3.6vw,2.8rem);
    margin: 14px 0 20px;
}

.about-content p {
    margin-bottom: 18px;
}

.check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 26px 0 34px;
}

    .check-list li {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        font-size: .92rem;
        color: var(--ink);
        font-weight: 600;
    }

        .check-list li::before {
            content: '✓';
            color: #fff;
            background: var(--blue);
            width: 22px;
            height: 22px;
            border-radius: 6px;
            display: grid;
            place-items: center;
            font-size: .72rem;
            font-weight: 800;
            flex-shrink: 0;
            margin-top: 3px;
        }

/* ============ PRODUCTS ============ */
.products {
    background: linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%);
}

.prod-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
}

.prod-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 300px;
    box-shadow: 0 8px 24px rgba(27,42,68,.10);
}

    .prod-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .55s;
    }

    .prod-card:hover img {
        transform: scale(1.12);
    }

    .prod-card .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(20,40,74,0) 32%,rgba(20,40,74,.95));
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 22px;
    }

    .prod-card h3 {
        font-size: 1.2rem;
        color: #fff;
    }

    .prod-card .line {
        width: 34px;
        height: 3px;
        background: var(--silver);
        margin-top: 10px;
        border-radius: 2px;
        transition: .4s;
    }

    .prod-card:hover .line {
        width: 74px;
        background: var(--blue);
        box-shadow: 0 0 0 2px rgba(255,255,255,.4);
    }

/* ============ CTA ============ */
.cta {
    background: repeating-linear-gradient(115deg,rgba(255,255,255,.05) 0 2px,transparent 2px 26px), linear-gradient(120deg,var(--blue-dark),var(--blue));
    text-align: center;
    color: #fff;
    overflow: hidden;
}

    .cta h2 {
        color: #fff;
        font-size: clamp(2.2rem,4.5vw,3.3rem);
        margin-bottom: 16px;
    }

    .cta p {
        max-width: 660px;
        margin: 0 auto 36px;
        color: rgba(255,255,255,.88);
    }

/* ============ WHY US ============ */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.why-img {
    position: relative;
}

    .why-img img {
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        position: relative;
        z-index: 1;
    }

    .why-img::after {
        content: '';
        position: absolute;
        bottom: -22px;
        left: -22px;
        width: 60%;
        height: 55%;
        border-radius: var(--radius);
        border: 3px dashed var(--silver);
        z-index: 0;
    }

.why-cards {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.why-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    transition: .3s;
    box-shadow: 0 6px 20px rgba(27,42,68,.05);
}

    .why-card:hover {
        border-color: var(--blue);
        transform: translateX(8px);
        box-shadow: var(--shadow-blue);
    }

    .why-card .num {
        font-family: 'Barlow Condensed';
        font-weight: 800;
        font-size: 2.1rem;
        color: var(--blue);
        line-height: 1;
        min-width: 44px;
    }

    .why-card h3 {
        font-size: 1.25rem;
        margin-bottom: 6px;
    }

    .why-card p {
        font-size: .9rem;
        margin: 0;
    }

/* ============ PROCESS ============ */
.process {
    background: var(--bg-alt);
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg,var(--blue),var(--silver));
        transform: translateX(-50%);
        border-radius: 3px;
    }

.step {
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    align-items: center;
    margin-bottom: 46px;
}

    .step:last-child {
        margin-bottom: 0;
    }

    .step .dot-node {
        grid-column: 2;
        width: 22px;
        height: 22px;
        background: #fff;
        border: 5px solid var(--blue);
        border-radius: 50%;
        justify-self: center;
        z-index: 2;
        box-shadow: 0 0 0 7px var(--blue-glow);
    }

.step-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    transition: .3s;
    box-shadow: 0 8px 24px rgba(27,42,68,.06);
}

    .step-box:hover {
        border-color: var(--blue);
        transform: translateY(-5px);
        box-shadow: var(--shadow-blue);
    }

    .step-box .tag {
        color: var(--blue);
        font-weight: 800;
        font-size: .74rem;
        letter-spacing: 2.2px;
        text-transform: uppercase;
    }

    .step-box h3 {
        font-size: 1.5rem;
        margin: 8px 0 10px;
    }

    .step-box p {
        font-size: .92rem;
        margin: 0;
    }

.step:nth-child(odd) .step-box {
    grid-column: 1;
    text-align: right;
    grid-row: 1;
}

.step:nth-child(even) .step-box {
    grid-column: 3;
    grid-row: 1;
}

/* ============ GALLERY ============ */
.proj-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 210px;
    gap: 16px;
}

.proj {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(27,42,68,.10);
    cursor: pointer;
}

    .proj img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

    .proj:hover img {
        transform: scale(1.1);
    }

    .proj .cap {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,transparent 40%,rgba(20,40,74,.94));
        display: flex;
        align-items: flex-end;
        padding: 20px;
        opacity: 0;
        transition: .4s;
    }

    .proj:hover .cap {
        opacity: 1;
    }

    .proj .cap h3 {
        color: #fff;
        font-size: 1.15rem;
    }

        .proj .cap h3::after {
            content: '';
            display: block;
            width: 34px;
            height: 3px;
            background: var(--silver);
            margin-top: 8px;
            border-radius: 2px;
        }

    .proj:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .proj:nth-child(4) {
        grid-column: span 2;
    }

/* ============ BLOG ============ */
.blog {
    background: var(--bg-alt);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 26px;
}

.blog-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: .35s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(27,42,68,.05);
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-blue);
    }

.blog-img {
    position: relative;
    height: 210px;
    overflow: hidden;
}

    .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

.blog-card:hover .blog-img img {
    transform: scale(1.08);
}

.blog-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
    font-size: .7rem;
    padding: 7px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.blog-body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .blog-body h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
        line-height: 1.25;
        transition: .25s;
    }

.blog-card:hover .blog-body h3 {
    color: var(--blue);
}

.blog-body p {
    font-size: .9rem;
    flex: 1;
}

.read-more {
    margin-top: 20px;
    color: var(--blue);
    font-weight: 800;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .25s;
}

    .read-more:hover {
        gap: 14px;
    }

/* ============ FOOTER ============ */
footer {
    background: var(--navy);
    color: #B9C4D8;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.35fr;
    gap: 46px;
    padding: 75px 0 55px;
}

    .footer-top h4 {
        font-size: 1.2rem;
        margin-bottom: 22px;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }

        .footer-top h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 36px;
            height: 3px;
            background: var(--blue);
            border-radius: 2px;
            box-shadow: 0 0 0 1px rgba(255,255,255,.15);
        }

.f-about .logo-text strong {
    color: #fff;
}

.f-about .logo-text small {
    color: var(--silver);
}

.f-about p {
    font-size: .92rem;
    margin: 20px 0 0;
}

.f-links li {
    margin-bottom: 11px;
}

.f-links a {
    font-size: .92rem;
    transition: .25s;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

    .f-links a::before {
        content: '›';
        color: var(--silver);
        font-weight: 800;
    }

    .f-links a:hover {
        color: #fff;
        padding-left: 6px;
    }

.contact-info li {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    font-size: .92rem;
    align-items: flex-start;
}

.contact-info .ci {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    display: grid;
    place-items: center;
}

/* ============ BOTTOM BAR (COPYRIGHT + LOGOS) ============ */
.bottom-bar {
    background: var(--navy-2);
    border-top: 1px solid rgba(255,255,255,.08);
}

.bottom-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    flex-wrap: wrap;
}

.copyright-text {
    font-size: .88rem;
}

    .copyright-text b {
        color: #fff;
    }

.footer-logos {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-chip {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 14px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
    transition: .3s;
}

    .logo-chip:hover {
        transform: translateY(-4px);
    }

    .logo-chip img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 8px;
    }

    .logo-chip.placeholder {
        background: transparent;
        border: 2px dashed rgba(255,255,255,.35);
        color: rgba(255,255,255,.65);
        font-size: .58rem;
        font-weight: 800;
        letter-spacing: 1.5px;
        box-shadow: none;
    }

        .logo-chip.placeholder:hover {
            border-color: var(--silver);
            color: #fff;
        }

/* ============ TO TOP ============ */
#toTop {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 50px;
    height: 50px;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 999;
    box-shadow: var(--shadow-blue);
}

    #toTop.show {
        opacity: 1;
        pointer-events: auto;
    }

    #toTop:hover {
        background: var(--blue-dark);
        transform: translateY(-3px);
    }

/* ============ REVEAL ============ */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: .8s cubic-bezier(.2,.7,.3,1);
}

    .reveal.on {
        opacity: 1;
        transform: none;
    }

/* ============ RESPONSIVE ============ */
@media(max-width:1024px) {
    .prod-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .slide-content {
        max-width: 560px;
    }
}

@media(max-width:860px) {
    .hamburger {
        display: flex;
    }

    nav {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100vh;
        background: #fff;
        padding: 90px 32px;
        transition: .4s;
        border-left: 1px solid var(--line);
        z-index: 1001;
        box-shadow: -20px 0 50px rgba(27,42,68,.15);
    }

        nav.open {
            right: 0;
        }

        nav ul {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }

        nav a {
            font-size: 1.05rem;
        }

    .hero-slider {
        min-height: 680px;
    }

    .slide::before {
        background: linear-gradient(180deg,rgba(244,247,251,.95) 0%,rgba(244,247,251,.85) 60%,rgba(244,247,251,.55) 100%);
    }

    .slider-arrow {
        width: 42px;
        height: 42px;
    }

        .slider-arrow.prev {
            left: 12px;
        }

        .slider-arrow.next {
            right: 12px;
        }

    .about-grid, .why-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .feature-grid, .blog-grid {
        grid-template-columns: 1fr;
    }

    .stats-strip .container {
        grid-template-columns: 1fr 1fr;
    }

    .stat {
        border-left: none;
    }

    .timeline::before {
        left: 12px;
    }

    .step {
        grid-template-columns: 56px 1fr;
    }

        .step .dot-node {
            grid-column: 1;
        }

        .step:nth-child(odd) .step-box, .step:nth-child(even) .step-box {
            grid-column: 2;
            text-align: left;
        }

    .proj-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px;
    }

    .proj:nth-child(1) {
        grid-column: span 2;
    }

    .prod-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .sub-img {
        display: none;
    }

    .exp-badge {
        right: 6px;
    }
}

@media(max-width:560px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .check-list {
        grid-template-columns: 1fr;
    }

    .topbar .container {
        justify-content: center;
        text-align: center;
    }

    .slider-arrow {
        display: none;
    }

    .bottom-bar-inner {
        flex-direction: column;
        text-align: center;
    }

    .machine-badge {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}
/* ---------- Scoped styles (prefix: ga-) — safe to move into your style.css ---------- */
.ga-about {
    --ga-blue: #2B5CA8;
    --ga-blue-dark: #1F4787;
    --ga-blue-soft: #EAF1FA;
    --ga-blue-glow: rgba(43,92,168,.15);
    --ga-grey: #8A8D91;
    --ga-silver: #C6CBD2;
    --ga-ink: #1B2A44;
    --ga-text: #55617A;
    --ga-line: #E3E9F2;
    --ga-bg: #FFFFFF;
    --ga-bg-alt: #F4F7FB;
    --ga-radius: 16px;
    --ga-shadow: 0 18px 45px rgba(27,42,68,.10);
    --ga-shadow-blue: 0 18px 45px rgba(43,92,168,.22);
    padding: 95px 0;
    background: linear-gradient(180deg,var(--ga-bg) 0%,var(--ga-bg-alt) 100%);
    font-family: 'Manrope','Segoe UI',sans-serif;
    color: var(--ga-text);
    line-height: 1.75;
    overflow-x: hidden;
}

    .ga-about * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .ga-about img {
        max-width: 100%;
        display: block;
    }

    .ga-about ul {
        list-style: none;
    }

.ga-container {
    width: min(1200px,92%);
    margin: 0 auto;
}

.ga-about h2, .ga-about h3 {
    font-family: 'Barlow Condensed','Arial Narrow',sans-serif;
    text-transform: uppercase;
    line-height: 1.12;
    color: var(--ga-ink);
    letter-spacing: .5px;
}

/* ---------- Top grid ---------- */
.ga-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.ga-content h2 {
    font-size: clamp(2rem,3.6vw,2.8rem);
    margin: 14px 0 22px;
}

.ga-content p {
    margin-bottom: 16px;
    font-size: .98rem;
}

.ga-kicker {
    color: var(--ga-blue);
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

    .ga-kicker::before {
        content: '';
        width: 28px;
        height: 2px;
        background: var(--ga-silver);
        border-radius: 2px;
    }

/* ---------- Visual (images + badges) ---------- */
.ga-visual {
    position: relative;
    padding-bottom: 46px;
}

.ga-img-main {
    border-radius: var(--ga-radius);
    box-shadow: var(--ga-shadow);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .ga-img-main img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        transition: transform .6s ease;
    }

    .ga-img-main:hover img {
        transform: scale(1.06);
    }

.ga-genesis {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(15,31,58,.88);
    color: #fff;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: 3px;
    padding: 12px 22px;
    border-top-right-radius: 14px;
    backdrop-filter: blur(4px);
}

    .ga-genesis::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background: var(--ga-blue);
        border-radius: 50%;
        margin-right: 10px;
    }

.ga-img-sub {
    position: absolute;
    bottom: 0;
    right: -26px;
    width: 52%;
    border-radius: var(--ga-radius);
    border: 8px solid #fff;
    box-shadow: var(--ga-shadow);
    z-index: 2;
    overflow: hidden;
}

    .ga-img-sub img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

.ga-visual::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -24px;
    width: 56%;
    height: 60%;
    border-radius: var(--ga-radius);
    background: var(--ga-blue-soft);
    z-index: 0;
}

.ga-exp {
    position: absolute;
    top: -26px;
    right: -20px;
    background: var(--ga-blue);
    color: #fff;
    border-radius: var(--ga-radius);
    padding: 20px 24px;
    text-align: center;
    box-shadow: var(--ga-shadow-blue);
    z-index: 3;
}

    .ga-exp b {
        display: block;
        font-family: 'Barlow Condensed',sans-serif;
        font-size: 3rem;
        font-weight: 800;
        line-height: 1;
    }

        .ga-exp b span {
            color: var(--ga-silver);
        }

    .ga-exp i {
        font-style: normal;
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: .9;
    }

/* ---------- Vision / Values Tabs ---------- */
.ga-tabs {
    margin-top: 70px;
    background: #fff;
    border: 1px solid var(--ga-line);
    border-radius: var(--ga-radius);
    box-shadow: var(--ga-shadow);
    overflow: hidden;
}

.ga-tab-btns {
    display: flex;
    border-bottom: 1px solid var(--ga-line);
    background: var(--ga-bg-alt);
}

.ga-tab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: 'Barlow Condensed',sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ga-grey);
    position: relative;
    transition: .3s;
}

    .ga-tab-btn::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 3px;
        background: var(--ga-blue);
        transform: scaleX(0);
        transition: .35s;
    }

    .ga-tab-btn:hover {
        color: var(--ga-blue);
    }

    .ga-tab-btn.active {
        color: var(--ga-blue);
    }

        .ga-tab-btn.active::after {
            transform: scaleX(1);
        }

.ga-tab-panel {
    display: none;
    padding: 44px;
    animation: gaFade .55s ease;
}

    .ga-tab-panel.active {
        display: block;
    }

@keyframes gaFade {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Vision panel */
.ga-vision-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.ga-vision-icon {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    background: var(--ga-blue-soft);
    display: grid;
    place-items: center;
    font-size: 2.4rem;
    flex-shrink: 0;
}

.ga-vision-wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.ga-vision-wrap p {
    font-size: 1rem;
}

    .ga-vision-wrap p b {
        color: var(--ga-blue);
    }

/* Values grid */
.ga-values-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.ga-value {
    display: flex;
    gap: 18px;
    background: var(--ga-bg-alt);
    border: 1px solid var(--ga-line);
    border-radius: var(--ga-radius);
    padding: 24px;
    transition: .3s;
}

    .ga-value:hover {
        border-color: var(--ga-blue);
        transform: translateY(-5px);
        box-shadow: var(--ga-shadow-blue);
        background: #fff;
    }

    .ga-value .ga-v-icon {
        width: 52px;
        height: 52px;
        flex-shrink: 0;
        border-radius: 14px;
        background: var(--ga-blue);
        color: #fff;
        display: grid;
        place-items: center;
        font-size: 1.4rem;
        transition: .3s;
    }

    .ga-value:hover .ga-v-icon {
        background: var(--ga-blue-dark);
        transform: rotate(-6deg);
    }

    .ga-value h3 {
        font-size: 1.25rem;
        margin-bottom: 6px;
    }

    .ga-value p {
        font-size: .9rem;
        margin: 0;
    }

/* ---------- Reveal animation (independent) ---------- */
.ga-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: .8s cubic-bezier(.2,.7,.3,1);
}

    .ga-reveal.ga-on {
        opacity: 1;
        transform: none;
    }

/* ---------- Responsive ---------- */
@media(max-width:991px) {
    .ga-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .ga-vision-wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ga-vision-icon {
        margin: 0 auto;
    }
}

@media(max-width:640px) {
    .ga-about {
        padding: 70px 0;
    }

    .ga-values-grid {
        grid-template-columns: 1fr;
    }

    .ga-tab-panel {
        padding: 28px 22px;
    }

    .ga-img-sub {
        display: none;
    }

    .ga-exp {
        right: 6px;
        top: -20px;
        padding: 14px 18px;
    }

        .ga-exp b {
            font-size: 2.3rem;
        }

    .ga-tab-btn {
        font-size: 1.05rem;
        padding: 16px 8px;
    }
}